PatchCodeType Enumeration
In This Topic
Defines the type of a Patch Code.
Syntax
'Declaration
<ComVisibleAttribute(True)>
Public Enum PatchCodeType
Inherits System.Enum
[ComVisible(true)]
public enum PatchCodeType : System.Enum
public enum PatchCodeType = class(System.Enum)
ComVisibleAttribute()
public enum PatchCodeType extends System.Enum
[ComVisible(true)]
__value public enum PatchCodeType : public System.Enum
[ComVisible(true)]
public enum class PatchCodeType : public System.Enum
Members
Member | Value | Description |
PatchCodeType1 | 1 | Code 1. Used in Patch 1 and Patch 6. |
PatchCodeType2 | 2 | Code 2. Used in Patch 2. |
PatchCodeType3 | 4 | Code 3. Used in Patch 3 and Transfer Patch. |
PatchCodeType4 | 8 | Code 4. Used in Patch 4 and Toggle Patch. |
PatchCodeType5 | 16 | Code 5. Inverted Code 1, used in Patch 1 and Patch 6. |
PatchCodeType6 | 32 | Code 6. Inverted Code 3, used in Patch 3 and Transfer Patch. |
PatchCodeTypeUnknown | -1 | Unknown or undefined patch code. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.PatchCodeType
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace